home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / WPlay160 / WPlay / WPlay.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-07-28  |  15KB  |  650 lines

  1. object Form4: TForm4
  2.   Left = 463
  3.   Top = 172
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Audio Manager'
  7.   ClientHeight = 413
  8.   ClientWidth = 552
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 4
  19.     Top = 4
  20.     Width = 545
  21.     Height = 405
  22.     PageIndex = 2
  23.     TabFont.Color = clBtnText
  24.     TabFont.Height = -11
  25.     TabFont.Name = 'MS Sans Serif'
  26.     TabFont.Style = []
  27.     TabOrder = 0
  28.     object TTabPage
  29.       Left = 4
  30.       Top = 24
  31.       Caption = 'Audio Compressor'
  32.       object Label3: TLabel
  33.         Left = 8
  34.         Top = 195
  35.         Width = 53
  36.         Height = 13
  37.         Caption = 'Destination'
  38.       end
  39.       object Label4: TLabel
  40.         Left = 8
  41.         Top = 0
  42.         Width = 111
  43.         Height = 13
  44.         Caption = 'Wave files to Compress'
  45.       end
  46.       object Diskspace1: TLabel
  47.         Left = 432
  48.         Top = 195
  49.         Width = 105
  50.         Height = 13
  51.         AutoSize = False
  52.       end
  53.       object GroupBox1: TGroupBox
  54.         Left = 4
  55.         Top = 222
  56.         Width = 181
  57.         Height = 107
  58.         Caption = 'Settings'
  59.         TabOrder = 0
  60.         object bitrates: TComboBox
  61.           Left = 8
  62.           Top = 24
  63.           Width = 161
  64.           Height = 21
  65.           Style = csDropDownList
  66.           DropDownCount = 10
  67.           ItemHeight = 13
  68.           Items.Strings = (
  69.             '8000'
  70.             '16000'
  71.             '24000'
  72.             '32000'
  73.             '56000'
  74.             '64000'
  75.             '96000'
  76.             '112000'
  77.             '128000'
  78.             '256000')
  79.           TabOrder = 0
  80.         end
  81.         object downmix: TCheckBox
  82.           Left = 8
  83.           Top = 48
  84.           Width = 161
  85.           Height = 17
  86.           Caption = '&Downmix Stereo to Mono'
  87.           TabOrder = 1
  88.         end
  89.         object hq: TCheckBox
  90.           Left = 8
  91.           Top = 64
  92.           Width = 153
  93.           Height = 17
  94.           Caption = '&Highest Quality'
  95.           TabOrder = 2
  96.         end
  97.         object swap: TCheckBox
  98.           Left = 8
  99.           Top = 80
  100.           Width = 153
  101.           Height = 17
  102.           Caption = 'Delete Wave File afterwards'
  103.           TabOrder = 3
  104.         end
  105.       end
  106.       object ListBox: TListBox
  107.         Left = 4
  108.         Top = 16
  109.         Width = 445
  110.         Height = 161
  111.         ItemHeight = 13
  112.         MultiSelect = True
  113.         TabOrder = 1
  114.       end
  115.       object Button1: TButton
  116.         Left = 456
  117.         Top = 16
  118.         Width = 73
  119.         Height = 25
  120.         Hint = 'Add wave files to list'
  121.         Caption = '&Add...'
  122.         ParentShowHint = False
  123.         ShowHint = True
  124.         TabOrder = 2
  125.         OnClick = Button1Click
  126.       end
  127.       object Button2: TButton
  128.         Left = 456
  129.         Top = 41
  130.         Width = 73
  131.         Height = 25
  132.         Hint = 'Remove selected files from list'
  133.         Caption = '&Remove'
  134.         ParentShowHint = False
  135.         ShowHint = True
  136.         TabOrder = 3
  137.         OnClick = Button2Click
  138.       end
  139.       object GroupBox2: TGroupBox
  140.         Left = 192
  141.         Top = 222
  142.         Width = 337
  143.         Height = 107
  144.         Caption = 'Information'
  145.         TabOrder = 4
  146.         object Label2: TLabel
  147.           Left = 8
  148.           Top = 24
  149.           Width = 321
  150.           Height = 65
  151.           AutoSize = False
  152.           Caption = 
  153.             'Use the Audio Compressor to compress (encode) your wave-files. U' +
  154.             'se the load,save,add and delete buttons to edit the filelist. If' +
  155.             ' you leave the '#39'destination'#39' blank, the mp3 file will be placed ' +
  156.             'in the same directory as the inputfile.'
  157.           WordWrap = True
  158.         end
  159.       end
  160.       object Button3: TButton
  161.         Left = 464
  162.         Top = 339
  163.         Width = 65
  164.         Height = 25
  165.         Caption = 'Cancel'
  166.         TabOrder = 5
  167.         OnClick = Button3Click
  168.       end
  169.       object Button4: TButton
  170.         Left = 376
  171.         Top = 339
  172.         Width = 81
  173.         Height = 25
  174.         Hint = 'Start Compressing'
  175.         Caption = '&Compress'
  176.         Default = True
  177.         ParentShowHint = False
  178.         ShowHint = True
  179.         TabOrder = 6
  180.         OnClick = Button4Click
  181.       end
  182.       object Button5: TButton
  183.         Left = 456
  184.         Top = 104
  185.         Width = 73
  186.         Height = 25
  187.         Hint = 'Load a wave-list'
  188.         Caption = '&Load List...'
  189.         ParentShowHint = False
  190.         ShowHint = True
  191.         TabOrder = 7
  192.         OnClick = Button5Click
  193.       end
  194.       object Button6: TButton
  195.         Left = 456
  196.         Top = 129
  197.         Width = 73
  198.         Height = 25
  199.         Hint = 'Save a wave list'
  200.         Caption = '&Save List...'
  201.         ParentShowHint = False
  202.         ShowHint = True
  203.         TabOrder = 8
  204.         OnClick = Button6Click
  205.       end
  206.       object Edit1: TEdit
  207.         Left = 72
  208.         Top = 192
  209.         Width = 273
  210.         Height = 21
  211.         ReadOnly = True
  212.         TabOrder = 9
  213.         OnChange = Edit1Change
  214.       end
  215.       object Button7: TButton
  216.         Left = 348
  217.         Top = 191
  218.         Width = 73
  219.         Height = 24
  220.         Hint = 'Look for a destination'
  221.         Caption = '&Explore...'
  222.         ParentShowHint = False
  223.         ShowHint = True
  224.         TabOrder = 10
  225.         OnClick = Button7Click
  226.       end
  227.       object Button8: TButton
  228.         Left = 456
  229.         Top = 66
  230.         Width = 73
  231.         Height = 25
  232.         Hint = 'Clear the list'
  233.         Caption = 'Clear L&ist'
  234.         ParentShowHint = False
  235.         ShowHint = True
  236.         TabOrder = 11
  237.         OnClick = Button8Click
  238.       end
  239.       object ProgressBar: TProgressBar
  240.         Left = 8
  241.         Top = 343
  242.         Width = 361
  243.         Height = 17
  244.         Min = 0
  245.         Max = 100
  246.         TabOrder = 12
  247.       end
  248.     end
  249.     object TTabPage
  250.       Left = 4
  251.       Top = 24
  252.       Caption = 'Audio Grabber'
  253.       object Label1: TLabel
  254.         Left = 8
  255.         Top = 0
  256.         Width = 65
  257.         Height = 13
  258.         Caption = 'CD Track List'
  259.       end
  260.       object Label5: TLabel
  261.         Left = 320
  262.         Top = 0
  263.         Width = 79
  264.         Height = 13
  265.         Caption = 'Save Tracks As:'
  266.       end
  267.       object Label7: TLabel
  268.         Left = 8
  269.         Top = 233
  270.         Width = 53
  271.         Height = 13
  272.         Caption = 'Destination'
  273.       end
  274.       object diskspace2: TLabel
  275.         Left = 64
  276.         Top = 253
  277.         Width = 129
  278.         Height = 13
  279.         AutoSize = False
  280.       end
  281.       object Bevel1: TBevel
  282.         Left = 8
  283.         Top = 220
  284.         Width = 521
  285.         Height = 2
  286.       end
  287.       object Label8: TLabel
  288.         Left = 8
  289.         Top = 200
  290.         Width = 50
  291.         Height = 13
  292.         Caption = 'No Tracks'
  293.       end
  294.       object Label9: TLabel
  295.         Left = 288
  296.         Top = 200
  297.         Width = 241
  298.         Height = 13
  299.         Alignment = taRightJustify
  300.         AutoSize = False
  301.       end
  302.       object cdtracks: TListBox
  303.         Left = 8
  304.         Top = 16
  305.         Width = 209
  306.         Height = 177
  307.         ItemHeight = 13
  308.         MultiSelect = True
  309.         TabOrder = 0
  310.       end
  311.       object Button9: TButton
  312.         Left = 220
  313.         Top = 17
  314.         Width = 98
  315.         Height = 25
  316.         Hint = 'Updates the CD-Track List with files on the current CD'
  317.         Caption = 'Refresh Track List'
  318.         ParentShowHint = False
  319.         ShowHint = True
  320.         TabOrder = 1
  321.         OnClick = Button9Click
  322.       end
  323.       object savetracks: TListBox
  324.         Left = 320
  325.         Top = 16
  326.         Width = 209
  327.         Height = 177
  328.         ItemHeight = 13
  329.         MultiSelect = True
  330.         TabOrder = 2
  331.       end
  332.       object Button13: TButton
  333.         Left = 344
  334.         Top = 339
  335.         Width = 113
  336.         Height = 25
  337.         Hint = 'Start Ripping'
  338.         Caption = '&Grab Selected'
  339.         Default = True
  340.         ParentShowHint = False
  341.         ShowHint = True
  342.         TabOrder = 3
  343.         OnClick = Button13Click
  344.       end
  345.       object Button14: TButton
  346.         Left = 464
  347.         Top = 339
  348.         Width = 65
  349.         Height = 25
  350.         Caption = '&Cancel'
  351.         TabOrder = 4
  352.         OnClick = Button14Click
  353.       end
  354.       object Button15: TButton
  355.         Left = 220
  356.         Top = 107
  357.         Width = 98
  358.         Height = 23
  359.         Hint = 'Changes the name of the output MP3 or wave file'
  360.         Caption = 'Rename Track -->'
  361.         ParentShowHint = False
  362.         ShowHint = True
  363.         TabOrder = 5
  364.         OnClick = Button15Click
  365.       end
  366.       object Bitrates2: TComboBox
  367.         Left = 368
  368.         Top = 268
  369.         Width = 145
  370.         Height = 21
  371.         Style = csDropDownList
  372.         DropDownCount = 10
  373.         ItemHeight = 13
  374.         Items.Strings = (
  375.           '8000'
  376.           '16000'
  377.           '24000'
  378.           '32000'
  379.           '56000'
  380.           '64000'
  381.           '96000'
  382.           '112000'
  383.           '128000'
  384.           '256000')
  385.         TabOrder = 6
  386.       end
  387.       object CheckBox1: TCheckBox
  388.         Left = 368
  389.         Top = 294
  390.         Width = 121
  391.         Height = 17
  392.         Caption = '&Highest Quality'
  393.         TabOrder = 7
  394.       end
  395.       object RadioButton1: TRadioButton
  396.         Left = 368
  397.         Top = 247
  398.         Width = 137
  399.         Height = 16
  400.         Hint = 'Saves CD-Tracks as wave files'
  401.         Caption = 'Don'#39't Compress Songs'
  402.         ParentShowHint = False
  403.         ShowHint = True
  404.         TabOrder = 8
  405.       end
  406.       object RadioButton2: TRadioButton
  407.         Left = 368
  408.         Top = 230
  409.         Width = 145
  410.         Height = 17
  411.         Hint = 'Compress wave files to mp3'
  412.         Caption = 'Compress after each Song'
  413.         Checked = True
  414.         ParentShowHint = False
  415.         ShowHint = True
  416.         TabOrder = 9
  417.         TabStop = True
  418.       end
  419.       object Edit2: TEdit
  420.         Left = 64
  421.         Top = 230
  422.         Width = 204
  423.         Height = 21
  424.         ReadOnly = True
  425.         TabOrder = 10
  426.         OnChange = Edit2Change
  427.       end
  428.       object Button16: TButton
  429.         Left = 272
  430.         Top = 230
  431.         Width = 65
  432.         Height = 22
  433.         Hint = 'Look for a destination'
  434.         Caption = '&Explore...'
  435.         ParentShowHint = False
  436.         ShowHint = True
  437.         TabOrder = 11
  438.         OnClick = Button16Click
  439.       end
  440.       object GroupBox3: TGroupBox
  441.         Left = 8
  442.         Top = 268
  443.         Width = 329
  444.         Height = 96
  445.         Caption = 'Information'
  446.         TabOrder = 12
  447.         object Label6: TLabel
  448.           Left = 8
  449.           Top = 18
  450.           Width = 297
  451.           Height = 63
  452.           AutoSize = False
  453.           Caption = 
  454.             'Click '#39'Refresh Track List'#39' to get the Tracks on the current CD. ' +
  455.             'Select the files you want to Grab, press '#39'Add'#39', and change the n' +
  456.             'ames in the right listbox with '#39'Rename Track'#39' if you like. Selec' +
  457.             't Destination and settings and press '#39'Grab Selected'#39'. '
  458.           WordWrap = True
  459.         end
  460.         object Label10: TLabel
  461.           Left = 8
  462.           Top = 75
  463.           Width = 250
  464.           Height = 13
  465.           Caption = 'C: should have at least 80-100 Mb free Swap Space.'
  466.         end
  467.       end
  468.       object CheckBox2: TCheckBox
  469.         Left = 368
  470.         Top = 310
  471.         Width = 145
  472.         Height = 17
  473.         Caption = '&Downmix Stereo to Mono'
  474.         TabOrder = 13
  475.       end
  476.       object Button10: TButton
  477.         Left = 220
  478.         Top = 59
  479.         Width = 98
  480.         Height = 23
  481.         Caption = '--> Add -->'
  482.         TabOrder = 14
  483.         OnClick = Button10Click
  484.       end
  485.       object Button11: TButton
  486.         Left = 220
  487.         Top = 83
  488.         Width = 98
  489.         Height = 23
  490.         Caption = 'Delete -->'
  491.         TabOrder = 15
  492.         OnClick = Button11Click
  493.       end
  494.       object Button12: TButton
  495.         Left = 220
  496.         Top = 146
  497.         Width = 98
  498.         Height = 23
  499.         Caption = 'Select All'
  500.         TabOrder = 16
  501.         OnClick = Button12Click
  502.       end
  503.       object Button17: TButton
  504.         Left = 220
  505.         Top = 170
  506.         Width = 98
  507.         Height = 23
  508.         Caption = 'Select None'
  509.         TabOrder = 17
  510.         OnClick = Button17Click
  511.       end
  512.     end
  513.     object TTabPage
  514.       Left = 4
  515.       Top = 24
  516.       Caption = 'Audio Decoder'
  517.       object GroupBox4: TGroupBox
  518.         Left = 8
  519.         Top = 8
  520.         Width = 265
  521.         Height = 361
  522.         Caption = 'Convert file'
  523.         TabOrder = 0
  524.         object Label11: TLabel
  525.           Left = 20
  526.           Top = 176
  527.           Width = 216
  528.           Height = 65
  529.           Alignment = taCenter
  530.           AutoSize = False
  531.           Caption = 
  532.             'With the Audio Decoder, you can convert your songs to different ' +
  533.             'formats. Click the button below to choose a destination path for' +
  534.             ' the output-file.'
  535.           WordWrap = True
  536.         end
  537.         object GroupBox8: TGroupBox
  538.           Left = 40
  539.           Top = 32
  540.           Width = 169
  541.           Height = 121
  542.           Caption = 'Output Formats'
  543.           TabOrder = 0
  544.           object RadioButton3: TRadioButton
  545.             Left = 16
  546.             Top = 24
  547.             Width = 97
  548.             Height = 17
  549.             Caption = 'WAV-file'
  550.             Checked = True
  551.             TabOrder = 0
  552.             TabStop = True
  553.           end
  554.           object RadioButton4: TRadioButton
  555.             Left = 16
  556.             Top = 48
  557.             Width = 81
  558.             Height = 17
  559.             Caption = 'SND-file'
  560.             TabOrder = 1
  561.           end
  562.           object RadioButton5: TRadioButton
  563.             Left = 16
  564.             Top = 72
  565.             Width = 89
  566.             Height = 17
  567.             Caption = 'AIFF-file'
  568.             TabOrder = 2
  569.           end
  570.           object RadioButton6: TRadioButton
  571.             Left = 16
  572.             Top = 96
  573.             Width = 97
  574.             Height = 17
  575.             Caption = 'AIFC-file'
  576.             TabOrder = 3
  577.           end
  578.         end
  579.         object Button18: TButton
  580.           Left = 48
  581.           Top = 248
  582.           Width = 161
  583.           Height = 25
  584.           Caption = 'Click to start Decoding...'
  585.           TabOrder = 1
  586.           OnClick = Button18Click
  587.         end
  588.       end
  589.     end
  590.   end
  591.   object MediaPlayer: TMediaPlayer
  592.     Left = 208
  593.     Top = 420
  594.     Width = 253
  595.     Height = 25
  596.     EnabledButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack, btEject]
  597.     DeviceType = dtCDAudio
  598.     TabOrder = 1
  599.   end
  600.   object mediaripper: TMediaPlayer
  601.     Left = 208
  602.     Top = 448
  603.     Width = 253
  604.     Height = 20
  605.     FileName = 'f:\record.wav'
  606.     TabOrder = 2
  607.   end
  608.   object SaveDialog: TSaveDialog
  609.     DefaultExt = 'cmf'
  610.     FileEditStyle = fsEdit
  611.     Filter = 'CompManager Files (*.cmf)|*.cmf'
  612.     Title = 'Save Playlist'
  613.     Left = 92
  614.     Top = 424
  615.   end
  616.   object OpenDialog: TOpenDialog
  617.     FileEditStyle = fsEdit
  618.     Filter = 'WAV Files|*.wav'
  619.     Options = [ofAllowMultiSelect]
  620.     Title = 'Load WAV-file'
  621.     Left = 36
  622.     Top = 424
  623.   end
  624.   object OpenDialog2: TOpenDialog
  625.     FileEditStyle = fsEdit
  626.     Filter = 'CompManager Files (*.cmf)|*.cmf'
  627.     Title = 'Load Playlist'
  628.     Left = 124
  629.     Top = 424
  630.   end
  631.   object BrowseDialog: TBrowseDialog
  632.     Caption = 'Select destination Directory'
  633.     Left = 60
  634.     Top = 424
  635.   end
  636.   object ExecFile1: TExecFile
  637.     Associate = False
  638.     Wait = True
  639.     Left = 12
  640.     Top = 422
  641.   end
  642.   object Timer1: TTimer
  643.     Enabled = False
  644.     Interval = 200
  645.     OnTimer = Timer1Timer
  646.     Left = 520
  647.     Top = 300
  648.   end
  649. end
  650.